home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / menus / flopboot.zip / FLOPBOOT.DOC < prev    next >
Text File  |  1990-04-19  |  4KB  |  108 lines

  1.  
  2.  
  3.                                Welcome to Floppy Boot!
  4.  
  5.                Floppy boot is a very simple menu system for your floppy
  6.           disks.  The main program can remain on your hard drive, or you
  7.           may keep it on each floppy.  Flopboot is started as follows:
  8.  
  9.           FLOPBOOT drivnam:
  10.  
  11.           where drivname is the letter of the drive to be accessed, I.E.:
  12.  
  13.           C\>FLOPBOOT A:
  14.           or
  15.           C\>FLOPBOOT B:
  16.  
  17.           The drive letter is required.
  18.  
  19.                The menu data is to remain in the root directory of the
  20.           floppy disk.  You may specify up to 22 programs per disk.  The
  21.           menu file is to be called FLOPBOOT.DAT and is created as follows:
  22.  
  23.           \path\filename:Brief description
  24.           \path2\filename2:Brief description2
  25.  
  26.           The colons are required, and there is to be NO drive letter
  27.           specified in the path.  An example of one of my files follows:
  28.  
  29.           \GRAPHICS\ANSPAINT\ANSPAINT.COM:Ansi Paint
  30.           \GRAPHICS\AOLA\AOLA.COM:Ansi of Los Angeles
  31.           \GRAPHICS\MACSHOW\SHOW.BAT:Show PIC Files
  32.           \GRAPHICS\THEDRAW\THEDRAW.COM:TheDraw
  33.  
  34.           In some cases, you may include flags and switches on the program
  35.           names, but it is recommended that if you must use these, create a
  36.           batch file such as the example for SHOW.BAT above.
  37.  
  38.           The resulting menu for that data above is:
  39.  
  40.                                     Floppy Boot!
  41.  
  42.            Programs in menu of disk in drive B:\
  43.           ============================================================================
  44.           <A>  Ansi Paint
  45.           <B>  Ansi of Los Angeles
  46.           <C>  Show PIC Files
  47.           <D>  TheDraw
  48.           <Z>  Abort Program
  49.           ============================================================================
  50.           Press the key of your choice.
  51.  
  52.           Upon pressing the appropriate key, you'll see something like:
  53.  
  54.           Executing B:\GRAPHICS\THEDRAW\THEDRAW.COM
  55.  
  56.           And the program will appear.
  57.  
  58.  
  59.  
  60.  
  61.  
  62.           If you get any errors at this time, there is a problem with the
  63.           menu data.  If you move programs around, don't forget to change
  64.           the menu data, or you'll get an error!  When the program you run
  65.           from the menu is complete, the menu will come back up.  To
  66.           terminate the program, press Z.
  67.  
  68.          Technical specifications:
  69.  
  70.           --This program was written in Turbo Pascal 5.5 (copyright Borland
  71.           International)
  72.           --It requires at least 16K of memory, and remains resident when
  73.           the program selected executes.
  74.           --This program was tested on an IBM-PC XT compatible with MS-DOS
  75.           version 3.30.
  76.  
  77.           Known problems:
  78.  
  79.           --This program causes peculiar results when run under 4DOS.
  80.           --A new COMMAND processor is loaded when a menu selection is
  81.           made, stealing another 60K or so of memory.
  82.  
  83.           DISCLAIMER:
  84.                I do not warrant this program to be free of defects.  If you
  85.           run this program, you agree not to hold me responsible for any
  86.           damages, loss of data, or consequential damages produced.
  87.           Although I believe this program to be safe and sound, you will
  88.           use it at your own risk.
  89.  
  90.                This program is small that I don't wish to place it into the
  91.           Shareware stream.  If you would like to send any contributions,
  92.           donations, comments, suggestions, bug reports and the like, I'd
  93.           love to get them!
  94.  
  95.           Here's where you can reach me:
  96.  
  97.           Tony Phillips
  98.           140 Timka Drive
  99.           Ballwin, MO   63011-3741
  100.  
  101.           Or, if you have access to Bitnet/Internet Mail facilities, my
  102.           address is:
  103.  
  104.           S102066@UMRVMA.UMR.EDU
  105.  
  106.           Once again, thanks for using Floppy Boot!
  107.  
  108.                                         - 2 -